home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000005_fdc@columbia.edu_Mon Oct 7 14:08:02 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  52 lines

  1. Article: 13767 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.arch.embedded,comp.protocols.kermit.misc
  5. Subject: Re: ANNOUNCE: Embedded Kermit File-Transfer Protocol
  6. Date: 7 Oct 2002 14:07:37 -0400
  7. Organization: Columbia University
  8. Lines: 35
  9. Message-ID: <ansih9$j7n$1@watsol.cc.columbia.edu>
  10. References: <anqinh$ais$1@watsol.cc.columbia.edu> <gjv1quoadrqg25t2n2hkl6csu0isgcaah8@4ax.com> <ans3kn$c9k$1@watsol.cc.columbia.edu> <ufe3qu0k1cggfgci7cr5kgtrqea8ek5qv6@4ax.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1034014058 9097 128.59.39.139 (7 Oct 2002 18:07:39 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 7 Oct 2002 18:07:39 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.arch.embedded:138485 comp.protocols.kermit.misc:13767
  16.  
  17. In article <ufe3qu0k1cggfgci7cr5kgtrqea8ek5qv6@4ax.com>,
  18. Robert Reimiller  <bob@certsoft.com> wrote:
  19. : On 7 Oct 2002 09:53:27 -0400, fdc@columbia.edu (Frank da Cruz) wrote:
  20. : >: That takes me back in time, do people still use Kermit?
  21. : >
  22. : >They sure do; take a look at the Kermit Project website:
  23. : >
  24. : >  http://www.columbia.edu/kermit/
  25. : >
  26. : Used Kermit a lot in the early 90's on Quanterra seismic data logger
  27. : systems. They often used just a dial-up line and a Telebit modem that
  28. : had "kermit spoofing" to speed up transfers...
  29. :
  30. Nothing like that is necessary with a decent Kermit protocol implementation.
  31. That's another common misconception:
  32.  
  33.   http://www.columbia.edu/kermit/kermit.html#notslow
  34.  
  35. : You would first use a text
  36. : interface to select the data you wanted, which would be written to a
  37. : file, and then use Kermit to download it.
  38. : As the decade progressed we added SLIP connections along with telnet and
  39. : ftp for doing these types of things. Over time more and more systems
  40. : used ethernet interfaces almost exclusively. The latest equipment uses a
  41. : web server where you fill in the boxes with the data and time ranges
  42. : desired and it returns back a file as the response.
  43. That's great for devices that can include a TCP/IP stack and a suite
  44. of applications and servers, but that's not usually the case for fast-food
  45. cash registers, cardiac pacemakers, drill presses, etc.  Nor would you
  46. necessarily want it to be -- I wouldn't want Internet hackers taking over
  47. my cash register, my pacemaker, or my drill press.
  48.  
  49. - Frank
  50.